remoteDelete
suspend fun remoteDelete(recipient: Recipient, timestampOfTarget: Long): SendResponse
Content copied to clipboard
Sends a remote delete message to delete a message that was previously sent to the given recipient (group or individual address).
Return
The SendResponse of the remote delete message.
Parameters
recipient
The recipient that received that message that we are trying to delete.
timestampOfTarget
The timestamp of the message to delete. Note that messages are identified by their timestamp.
Throws
if signald sends an error response or the incoming message is invalid
if the request to the socket fails